DoubleNINumericDoubleNIsLessThan Method
Determines whether the current value is less than the specified value.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
bool INumeric<DoubleN>.IsLessThan(
DoubleN value
)
Private Function IsLessThan (
value As DoubleN
) As Boolean Implements INumeric(Of DoubleN).IsLessThan
private:
virtual bool IsLessThan(
DoubleN value
) sealed = INumeric<DoubleN>::IsLessThan
private abstract IsLessThan :
value : DoubleN -> bool
private override IsLessThan :
value : DoubleN -> bool
- value DoubleN
- The value to compare with the current value.
Boolean if the current value is less than
value; otherwise,
.
INumericTSelfIsLessThan(TSelf)